Skip to content

build(deps): update dagger-io requirement from ~=0.16 to ~=0.19 in /.dagger-ci/daggerci#767

Merged
AtomicFS merged 1 commit intomainfrom
dependabot/pip/dot-dagger-ci/daggerci/dagger-io-approx-eq-0.19
Oct 7, 2025
Merged

build(deps): update dagger-io requirement from ~=0.16 to ~=0.19 in /.dagger-ci/daggerci#767
AtomicFS merged 1 commit intomainfrom
dependabot/pip/dot-dagger-ci/daggerci/dagger-io-approx-eq-0.19

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2025

Updates the requirements on dagger-io to permit the latest version.

Release notes

Sourced from dagger-io's releases.

helm/chart/v0.19.0 - 2025-09-30

Dependencies

What to do next?

Changelog

Sourced from dagger-io's changelog.

v0.19.0 - 2025-09-30

🔥 Breaking Changes

  • GitRepository.branch/GitRepository.tag/GitRepository.commit now only accept valid branches/tags/commits by @​jedevc in dagger/dagger#11038
  • GitRepository's withAuthToken and withAuthHeader are now no-ops by @​jedevc in dagger/dagger#11032
    Instead authentication should only be provided at the top-level git query, since it's now queried immediately.
  • Remove deprecated Host.setSecretFile method by @​jedevc in dagger/dagger#11115
    Use the file:// secret provider instead.
  • Remove LocalCache.keepBytes field by @​jedevc in dagger/dagger#11115
    Instead use the more specific LocalCache.reservedSpace, which it was an alias for.
  • Removed deprecated Container.build API by @​jedevc in dagger/dagger#11118
    Use Directory.dockerBuild instead.

Added

Fixed

What to do next?

v0.18.19 - 2025-09-18

Added

Fixed

What to do next?

v0.18.18 - 2025-09-16

Added

Fixed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [dagger-io](https://github.com/dagger/dagger) to permit the latest version.
- [Release notes](https://github.com/dagger/dagger/releases)
- [Changelog](https://github.com/dagger/dagger/blob/main/CHANGELOG.md)
- [Commits](dagger/dagger@v0.16.0...v0.19.0)

---
updated-dependencies:
- dependency-name: dagger-io
  dependency-version: 0.19.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 7, 2025
@dependabot dependabot bot requested review from AtomicFS and MDr164 as code owners October 7, 2025 00:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 7, 2025
@AtomicFS AtomicFS enabled auto-merge October 7, 2025 00:18
@github-actions
Copy link

github-actions bot commented Oct 7, 2025

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 15 0 0 0.39s
✅ BASH bash-exec 10 0 0 0.05s
✅ BASH shellcheck 9 0 0 0.13s
✅ BASH shfmt 9 0 0 0.0s
✅ DOCKERFILE hadolint 5 0 0 0.23s
✅ EDITORCONFIG editorconfig-checker 227 0 0 2.97s
✅ GO revive 31 0 0 30.43s
✅ JSON jsonlint 14 0 0 0.68s
✅ JSON prettier 14 0 0 2.21s
✅ JSON v8r 14 0 0 5.2s
✅ MARKDOWN markdownlint 32 0 0 6.0s
✅ PYTHON black 20 0 0 1.57s
✅ PYTHON flake8 20 0 0 0.87s
✅ PYTHON isort 20 0 0 0.26s
✅ PYTHON mypy 20 0 0 8.94s
✅ PYTHON pylint 20 0 0 11.27s
✅ PYTHON pyright 20 0 0 0.91s
✅ PYTHON ruff 20 0 0 0.02s
✅ REPOSITORY gitleaks yes no no 6.56s
✅ REPOSITORY git_diff yes no no 0.0s
✅ REPOSITORY grype yes no no 60.92s
✅ REPOSITORY secretlint yes no no 1.48s
✅ REPOSITORY syft yes no no 15.5s
✅ REPOSITORY trivy yes no no 13.5s
✅ REPOSITORY trivy-sbom yes no no 5.22s
✅ REPOSITORY trufflehog yes no no 7.3s
✅ SPELL cspell 227 0 0 5.31s
⚠️ YAML prettier 35 1 2 7.18s
✅ YAML v8r 35 0 0 14.66s
✅ YAML yamllint 35 0 0 4.62s

Detailed Issues

⚠️ YAML / prettier - 1 error
Checking formatting...
[warn] .github/workflows/go-test.yml
[warn] Code style issues found in the above file. Run Prettier with --write to fix.

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.0.1 --custom-flavor-setup --custom-flavor-linters PYTHON_PYLINT,PYTHON_BLACK,PYTHON_FLAKE8,PYTHON_ISORT,PYTHON_MYPY,PYTHON_PYRIGHT,PYTHON_RUFF,ACTION_ACTIONLINT,BASH_EXEC,BASH_SHELLCHECK,BASH_SHFMT,DOCKERFILE_HADOLINT,EDITORCONFIG_EDITORCONFIG_CHECKER,GO_REVIVE,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_CSPELL,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security

@AtomicFS AtomicFS added this pull request to the merge queue Oct 7, 2025
Merged via the queue into main with commit 9411727 Oct 7, 2025
58 checks passed
@AtomicFS AtomicFS deleted the dependabot/pip/dot-dagger-ci/daggerci/dagger-io-approx-eq-0.19 branch October 7, 2025 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant